home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 50
/
Volume 50 - JOGO DISK .iso
/
Games
/
mechacatdestructo.swf
/
scripts
/
frame_42
/
PlaceObject2_967_258
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
next >
Wrap
Text File
|
2007-10-01
|
221b
|
11 lines
onClipEvent(enterFrame){
if(scrollUp == true)
{
_parent.txt_highScore.scroll--;
}
else if(scrollDown == true)
{
_parent.txt_highScore.scroll = _parent.txt_highScore.scroll + 1;
}
}